home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / systems / atari / birkhahn-metafont-packed-disks / mf27-2_2e-disk2.zoo / doc.lzh / MFLOGO.STY < prev    next >
Text File  |  1991-11-19  |  2KB  |  83 lines

  1. %% 
  2. %% This is file `mflogo.sty' version 1.2 as of November 19, 1991
  3. %% by Lutz Birkhahn (lutz@bisun.nbg.sub.org)
  4. %%
  5. %% This style is public domain and may be copied freely.
  6. %%
  7. %% V1.2 (19-Nov-1991) added a `%' at end of line of 11 pt logo/m/n definition
  8. %%
  9. \message{Document Style Option `mflogo' Version 1.2}
  10. \@ifundefined{selectfont}
  11.      {\@latexerr{`mflogo' style option can only be used
  12.                   with the new font selection scheme}\@eha
  13.       \endinput}{}
  14. \new@fontshape{mflogo}{m}{n}{%
  15.    <5>logo8 at5pt%
  16.    <6>logo8 at6pt%
  17.    <7>logo8 at7pt%
  18.    <8>logo8%
  19.    <9>logo9%
  20.    <10>logo10%
  21.    <11>logo10 at10.95pt%
  22.    <12>logo12%
  23.    <14>logo12 at14.4pt%
  24.    <17>logo17%
  25.    <20>logo17 at20.74pt%
  26.    <25>logo17 at24.88pt%
  27.    }{}
  28. \new@fontshape{mflogo}{bx}{n}{%
  29.    <5>logobf10 at5pt%
  30.    <6>logobf10 at6pt%
  31.    <7>logobf10 at7pt%
  32.    <8>logobf10 at8pt%
  33.    <9>logobf10 at9pt%
  34.    <10>logobf10%
  35.    <11>logobf10 at10.95pt%
  36.    <12>logobf10 at12pt%
  37.    <14>logobf10 at14.4pt%
  38.    <17>logobf17%
  39.    <20>logobf17 at20.74pt%
  40.    <25>logobf17 at24.88pt%
  41.    }{}
  42. \new@fontshape{mflogo}{m}{sl}{%
  43.    <5>logosl8 at5pt%
  44.    <6>logosl8 at6pt%
  45.    <7>logosl8 at7pt%
  46.    <8>logosl8%
  47.    <9>logosl9%
  48.    <10>logosl10%
  49.    <11>logosl10 at10.95pt%
  50.    <12>logosl10 at12pt%
  51.    <14>logosl10 at14.4pt%
  52.    <17>logosl10 at17.28pt%
  53.    <20>logosl10 at20.74pt%
  54.    <25>logosl10 at24.88pt%
  55.    }{}
  56. %%
  57. %% italic mflogo --> slanted mflogo:
  58. %%
  59. % \subst@fontshape{mflogo}{m}{it}{mflogo}{m}{sl}
  60. %
  61. % The problem was: TeX gives a warning if it substitutes italic with
  62. % slanted. I've found no possibility to substitute a font silently, so
  63. % I've decided to copy the above definition. Rainer Sch"opf didn't see
  64. % an elegant solution, too. Perhaps the NFSS will be extended accordingly
  65. % some day.
  66. %
  67. \new@fontshape{mflogo}{m}{it}{%
  68.    <5>logosl8 at5pt%
  69.    <6>logosl8 at6pt%
  70.    <7>logosl8 at7pt%
  71.    <8>logosl8%
  72.    <9>logosl9%
  73.    <10>logosl10%
  74.    <11>logosl10 at10.95pt%
  75.    <12>logosl10 at12pt%
  76.    <14>logosl10 at14.4pt%
  77.    <17>logosl10 at17.28pt%
  78.    <20>logosl10 at20.74pt%
  79.    <25>logosl10 at24.88pt%
  80.    }{}
  81. \def\mffont{\family{mflogo}\selectfont}
  82. \def\mf{{\mffont META}\-{\mffont FONT}}
  83.